home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / utils / file / managers / git-4.3 / git-4 / git-4.3.7 / term / .gitrc.vt102 < prev    next >
Encoding:
Text File  |  1995-07-18  |  7.9 KB  |  262 lines

  1.  
  2. ###############################################################################
  3. #                                          #
  4. #            GNU Interactive Tools 4.3.6 configuration file              #
  5. #     Copyright (c) 1993, 1994, 1995 Free Software Foundation, Inc.          #
  6. #                                          #
  7. ###############################################################################
  8.  
  9.  
  10. #
  11. # vt102 configuration file.
  12. #
  13.  
  14.  
  15. #
  16. #  - If  your  terminal  supports  the  standard  ANSI  color  sequences,  set
  17. #  AnsiColorSequences to ON ([GITxxx-Color] descriptions will be used).  If it
  18. #  doesn't, AnsiColorSequences should be OFF ([GITxxx-Monochrome] descriptions
  19. #  will be used instead).
  20. #
  21.  
  22.  
  23. [Setup]
  24. TempDirectory        = /tmp
  25. AnsiColorSequences    = OFF    # empty means OFF
  26. UseLastScreenChar    = ON    # use the last character on the screen
  27. ForegroundAtExit    = WHITE    # the foreground color restored at exit
  28. BackgroundAtExit    = BLACK    # the background color restored at exit
  29. StartupScrollStep    =    # empty means half the number of lines
  30.  
  31.  
  32. #
  33. # WARNING: empty lines or lines begining with a comment are considered to
  34. # be end of sections !!!
  35. #
  36.  
  37. [GIT-Setup]
  38. StartupFileDisplayMode    = Size    # OwnerGroup, DateTime, Size, Mode or FullName
  39. StartupFileSortMethod    = Name    # Name, Extension, Size, Date, Mode, OwnerId, GroupId, OwnerName or GroupName
  40. StartupLeftPanelPath    =    # empty means current directory
  41. StartupRightPanelPath    =    # empty means current directory
  42. ConfirmOnExit        =    # empty means OFF
  43. HistoryFile        = ~/.githistory
  44. InfoDisplay        = ON
  45. FrameDisplay        = ON
  46. LeadingDotMatch        = ON     # OFF means that leading '.' is matched only explicitly
  47. TypeSensitivity        = ON    # Automatically set to OFF when AnsiColorSequences is OFF
  48. NormalModeHelp        = System: \s   Host: \h   Machine: \m   Date: \d
  49. CommandLineModeHelp    = System: \s   Host: \h   Machine: \m   Date: \d
  50. #NormalModeHelp        = F3 View  F4 Edit  F5 Copy  F6 Move  F7 MkDir  F8 Del  F10 Exit  ^CH Ln ^CS SymLn
  51. #CommandLineModeHelp    = ^G-STOP ^B/^F-MOVE ^P/^N-HISTORY ^A-BOL ^E-EOL ^O-RESTORE ^X^C-EXIT ^Z-SUSPEND
  52.  
  53.  
  54. [GITPS-Setup]
  55. GitPsModeHelp        = Arrows-MOVE  space-SIGNALS  ^L-REFRESH  ^G/^X^C/F10-QUIT  ^Xk-KILL
  56.  
  57.  
  58. [GITVIEW-Setup]
  59. GitViewModeHelp        = Arrows/PgUp/PgDown/Home/End-MOVE ^L-REFRESH ^G/^X^C/F10-QUIT 0-9/a-f/A-F-OFFSET
  60.  
  61.  
  62. #    To ignore a section just comment its name
  63.  
  64.  
  65. [GIT-FTI]
  66.  
  67.  
  68. ################################
  69. # vt102 color descriptions :-) #
  70. ################################
  71.  
  72.  
  73. [GIT-Monochrome]
  74. TitleForeground            = WHITE
  75. TitleBackground            = BLACK
  76. TitleBrightness            = ON
  77. UserName            = WHITE
  78. TtyName                = WHITE
  79. ClockForeground            = BLACK
  80. ClockBackground            = WHITE
  81. ClockBrightness            = OFF
  82. PanelFrame            = WHITE
  83. PanelBackground            = BLACK
  84. PanelSelectedFile        = WHITE
  85. PanelSelectedFileBrightness    = ON
  86. PanelNotSelectedFile        = WHITE
  87. PanelNotSelectedFileBrightness    = OFF
  88. PanelCurrentSelectedFile    = WHITE
  89. PanelCurrentNotSelectedFile    = BLACK
  90. PanelCurrentFile        = WHITE
  91. PanelPath            = BLACK
  92. PanelPathBrightness        = OFF
  93. PanelDeviceFreeSpace        = BLACK
  94. PanelDeviceFreeSpaceBrightness    = OFF
  95. PanelFileInfo            = BLACK
  96. PanelFileInfoBrightness        = OFF
  97. PanelFilesInfo            = BLACK
  98. PanelFilesInfoBrightness    = OFF
  99. InputLineForeground        = WHITE
  100. InputLineBackground        = BLACK
  101. InputLineBrightness        = ON
  102. InputLineErrorForeground    = WHITE
  103. InputLineErrorBackground    = BLACK
  104. InputLineErrorBrightness    = ON
  105. StatusBarForeground        = BLACK
  106. StatusBarBackground        = WHITE
  107. StatusBarBrightness        = OFF
  108. StatusBarWarningForeground    = BLACK
  109. StatusBarWarningBackground    = WHITE
  110. StatusBarWarningBrightness    = OFF
  111. StatusBarErrorForeground    = BLACK
  112. StatusBarErrorBackground    = WHITE
  113. StatusBarErrorBrightness    = OFF
  114.  
  115.  
  116. [GITPS-Monochrome]
  117. TitleForeground            = BLACK
  118. TitleBackground            = WHITE
  119. TitleBrightness            = OFF
  120. HeaderForeground        = WHITE
  121. HeaderBackground        = BLACK
  122. HeaderBrightness        = ON
  123. ScreenForeground        = WHITE
  124. ScreenBackground        = BLACK
  125. ScreenBrightness        = OFF
  126. StatusForeground        = BLACK
  127. StatusBackground        = WHITE
  128. StatusBrightness        = OFF
  129.  
  130.  
  131. [GITVIEW-Monochrome]
  132. TitleForeground            = BLACK
  133. TitleBackground            = WHITE
  134. TitleBrightness            = OFF
  135. HeaderForeground        = WHITE
  136. HeaderBackground        = BLACK
  137. HeaderBrightness        = ON
  138. ScreenForeground        = WHITE
  139. ScreenBackground        = BLACK
  140. ScreenBrightness        = OFF
  141. StatusForeground        = BLACK
  142. StatusBackground        = WHITE
  143. StatusBrightness        = OFF
  144.  
  145.  
  146. # COMMAND FORMAT:
  147. # key = command name; formatted command; new dir; save screen; pause; hide
  148.  
  149. # DEFAULTS:
  150. # save screen = y
  151. # pause       = n
  152. # hide        = n
  153.  
  154. # PLEASE READ THE INFO DOCUMENTATION FOR DETAILS
  155. # BRIEF:
  156. #     FORMAT SPECIFIERS:
  157. #     - %s{question,default_answer} 
  158. #    - %?{confirmation}
  159.  
  160. #     - %f file (not directory)
  161. #     - %d directory (not file)
  162. #     - %l symbolic link
  163. #    - %t fifo
  164. #    - %z socket
  165. #     - %a all kind of directory entry (file, directory, link, fifo, socket)
  166. #     - %m current file mode
  167. #     - %o current file owner
  168. #     - %g current file group
  169. #    - %p current panel path
  170. #    - %b current panel directory name
  171. #    - %i current panel selected (if any) or current file
  172.  
  173. #     **** For the other panel: *****
  174. #
  175. #     - %F file (not directory)
  176. #     - %D directory (not file)
  177. #     - %L symbolic link
  178. #    - %T fifo
  179. #    - %Z socket
  180. #     - %A all kind of directory entry (file, directory, link, fifo, socket)
  181. #     - %M current file mode
  182. #     - %O current file owner
  183. #     - %G current file group
  184. #    - %P the other panel path
  185. #    - %B the other panel directory name
  186. #    - %I the other panel selected (if any) or current file
  187.  
  188. #    For faster startup, try to keep this entries sorted alphabetically,
  189. #    at least locally.  The order is given by the key sequence.
  190.  
  191.  
  192. # Key sequences starting with characters between ' ' and '~' are IGNORED !
  193.  
  194. [GIT-Keys]
  195. ^[[A        = previous-line
  196. ^[[B        = next-line
  197. ^[[C         = forward-char
  198. ^[[D          = backward-char
  199. ^[OA        = previous-line
  200. ^[OB        = next-line
  201. ^[OC         = forward-char
  202. ^[OD          = backward-char
  203. ^[[1~       = beginning-of-panel            # HOME   (replacement)
  204. ^[[4~       = end-of-panel                              # END    (replacement)
  205. ^[[2~       = select-file                               # INS    (replacement)
  206. ^[[3~       = delete-char                # DEL    (replacement)
  207. ^[[5~        = scroll-down                               # PGUP   (replacement)
  208. ^[[6~       = scroll-up                    # PGDOWN (replacement)
  209. ^[[[A          = INFO; info %s{Info documentation: ,}      # F1 (telnet from a Linux console)
  210. ^[[[B        = FILE-ACTION; gitaction %p %f;;;y        # F2 (telnet from a Linux console)
  211. ^[[[C          = VIEW; gitview %f;;n                 # F3 (telnet from a Linux console)
  212. ^[[[D          = EDIT; $GIT_EDITOR %f;;n                 # F4 (telnet from a Linux console)
  213. ^[[[E          = copy                         # F5 (telnet from a Linux console)
  214. ^[OP          = INFO; info %s{Info documentation: ,}    # F1
  215. ^[OQ        = FILE-ACTION; gitaction %p %f;;;y        # F2
  216. ^[OR          = VIEW; gitview %f;;n            # F3
  217. ^[OS          = EDIT; $GIT_EDITOR %f;;n            # F4
  218. ^[[16~         = copy                    # F5
  219. ^[[17~         = move                    # F6
  220. ^[[18~         = make-directory                # F7
  221. ^[[19~         = delete                    # F8
  222. ^[[20~        = MAKE; make;;;y                # F9
  223. ^[[21~         = exit                    # F10 (replacement)
  224. ^[[23~        =                        # F11 (available)
  225. ^[[24~         =                        # F12 (available)
  226.  
  227.  
  228. # Key sequences starting with characters between ' ' and '~' are ALLOWED.
  229.  
  230. [GITPS-Keys]
  231. ^[[A        = previous-line
  232. ^[[B        = next-line
  233. ^[[5~        = scroll-down                # PGUP   (replacement)
  234. ^[[D        = scroll-down                # PGUP   (replacement)
  235. ^[[6~        = scroll-up                    # PGDOWN (replacement)
  236. ^[[C        = scroll-up                    # PGDOWN (replacement)
  237. ^[[1~        = beginning-of-list
  238. ^[[4~        = end-of-list
  239. ^[OA        = previous-line
  240. ^[OB        = next-line
  241. ^[OC         = scroll-up
  242. ^[OD          = scroll-down
  243. ^[[21~        = exit                    # F10 (replacement)
  244.  
  245.  
  246. # Key sequences starting with characters between ' ' and '~' are IGNORED !
  247.  
  248. [GITVIEW-Keys]
  249. ^[[A        = previous-line
  250. ^[[B        = next-line
  251. ^[[5~        = scroll-down                # PGUP   (replacement)
  252. ^[[D        = scroll-down                      # PGUP   (replacement)
  253. ^[[6~        = scroll-up                        # PGDOWN (replacement)
  254. ^[[C        = scroll-up                        # PGDOWN (replacement)
  255. ^[OA        = previous-line
  256. ^[OB        = next-line
  257. ^[OC         = scroll-up
  258. ^[OD          = scroll-down
  259. ^[[1~        = beginning-of-file                # HOME (replacement)
  260. ^[[4~        = end-of-file                # END  (replacement)
  261. ^[[21~        = exit                    # F10 (replacement)
  262.